.. _`Split Data for Cross Validation`: .. _`org.sysess.sympathy.machinelearning.crossval_split`: Split Data for Cross Validation ``````````````````````````````` .. image:: cv_mux.svg :width: 48 Partitions the data as per given training and test indicies. Returns list of tuples: (X training, Y training, X test, Y test) Definition :::::::::: Input ports ........... **splits** [(table, table)] splits **data** 2 - inf, table data Output ports ............ **out** ['sylist', ['sytuple', ['sytypes', ['sygroup', 'data']], ['sytypes', ['sygroup', 'data']]]] out Implementation .............. .. automodule:: node_crossvalidation :noindex: .. class:: CrossVal_split :noindex: